Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / LayoutView Class / MapToView Method / MapToView(LayoutView,PointF[]) Method
The destination LayoutView or a null reference (Nothing in Visual Basic) to reference the LayoutHost.
The array of points in the source LayoutView coordinates.

In This Topic
    MapToView(LayoutView,PointF[]) Method
    In This Topic
    Transforms the array of points from the current LayoutView coordinates to other view's coordinates.
    Syntax
    'Declaration
     
    Public Overloads Sub MapToView( _
       ByVal targetView As LayoutView, _
       ByVal points() As System.Drawing.PointF _
    ) 
    public void MapToView( 
       LayoutView targetView,
       System.Drawing.PointF[] points
    )

    Parameters

    targetView
    The destination LayoutView or a null reference (Nothing in Visual Basic) to reference the LayoutHost.
    points
    The array of points in the source LayoutView coordinates.
    See Also